Skip to content

Commit

Permalink
pump timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
milesstoetzner committed Sep 25, 2024
1 parent 42ec312 commit e4b1af5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/night.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
push:
branches:
- fix-night-workflow

concurrency: night
jobs:
###################################################
Expand Down
2 changes: 1 addition & 1 deletion tests/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export function runGroups(groups: VariabilityTestGroup[]) {
const effectiveTests = onlyTests.length ? onlyTests : nonDisabledTests

effectiveTests.forEach(test => {
it(test.name, getDefaultTest(test.dir, test.vstdir)).timeout(10 * 1000)
it(test.name, getDefaultTest(test.dir, test.vstdir)).timeout(20 * 1000)
})
})
}
Expand Down

0 comments on commit e4b1af5

Please sign in to comment.