Skip to content

Commit

Permalink
Extend ci timeout for Windows again
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Oct 3, 2024
1 parent d360a6a commit 5b34b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const REGISTRY_WORKSPACE = 'registry'
const REPO_ORG = 'SocketDev'
const REPO_NAME = 'socket-registry-js'
const TAP_TIMEOUT = 600 // 600 seconds is 10 minutes
const TAP_WIN_32_TIMEOUT = 1800 // 1800 seconds is 30 minutes
const TAP_WIN_32_TIMEOUT = 2700 // 2700 seconds is 45 minutes
const TEMPLATE_CJS = 'cjs'
const TEMPLATE_CJS_BROWSER = 'cjs-browser'
const TEMPLATE_CJS_ESM = 'cjs-esm'
Expand Down

0 comments on commit 5b34b75

Please sign in to comment.