Skip to content

Commit be820b4

Browse files
committed
👷 Restore 30s base interval for availability check
1 parent 6313cfe commit be820b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/test/bs-wrapper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { printLog, runMain, timeout, printError } from '../lib/executionUtils.ts
2020
import { command } from '../lib/command.ts'
2121
import { browserStackRequest } from '../lib/bsUtils.ts'
2222

23-
const AVAILABILITY_CHECK_DELAY = 5_000
23+
const AVAILABILITY_CHECK_DELAY = 30_000
2424
const NO_OUTPUT_TIMEOUT = 5 * 60_000
2525
const BS_PLAN_URL = 'https://api.browserstack.com/automate/plan.json'
2626

0 commit comments

Comments
 (0)