Skip to content

Commit e73c685

Browse files
committed
increase timeout
1 parent 0fe8d56 commit e73c685

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/update-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
jobs:
1414
update:
1515
runs-on: ubuntu-latest
16-
timeout-minutes: 180
16+
timeout-minutes: 240
1717
strategy:
1818
fail-fast: false
1919
matrix:

vitest.config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ if (process.env.LOG_LEVEL === undefined) {
1414

1515
export default defineConfig({
1616
test: {
17-
hookTimeout: 240_000,
18-
testTimeout: 240_000,
17+
hookTimeout: 300_000,
18+
testTimeout: 300_000,
1919
pool: 'forks',
2020
passWithNoTests: true,
2121
retry: 1,

0 commit comments

Comments
 (0)