Skip to content

Commit

Permalink
chore: debug macos runner on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wkillerud committed Jul 30, 2022
1 parent 8c776d7 commit abe64ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unsafe/test/e2e/suite/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export async function showFile(docUri: vscode.Uri) {
}

// Try to work around some instabilities on CI
export async function sleepCI(ms = 3000): Promise<void> {
export async function sleepCI(ms = 2000): Promise<void> {
if (process.env['CI']) {
return await sleep(ms);
}
Expand Down

0 comments on commit abe64ef

Please sign in to comment.