Skip to content

Commit

Permalink
ci: increase test timeout for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Aug 23, 2023
1 parent 489909b commit ee56e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/configure.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ test.group('Configure', (group) => {
'start/env.ts',
`SESSION_DRIVER: Env.schema.enum(['cookie', 'redis', 'file', 'memory'] as const)`
)
}).timeout(6000)
}).timeout(10000)
})

0 comments on commit ee56e1d

Please sign in to comment.