Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit d895e81

Browse files
committed
Increase the timeout for tests in CI
Tests duration is getting close to 20 minutes. Increase the timeout to 25 to ensure we don't timeout too easily.
1 parent aaa48b3 commit d895e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
jobs:
1515
test:
1616
name: Build and test
17-
timeout-minutes: 20
17+
timeout-minutes: 25
1818
strategy:
1919
fail-fast: false
2020
matrix:

0 commit comments

Comments
 (0)