Skip to content

Commit eea49e4

Browse files
authored
integ-test: increase the timeout (#102)
# Description The integration tests are consistently failing and seem to need more time to run, so we increase the timout.
1 parent 7781385 commit eea49e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integ-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
cd internal/integ/ && go test \
4343
-v \
44-
-timeout 20m \
44+
-timeout 30m \
4545
--create-cluster \
4646
--create-csi-secret \
4747
--tear-down-csi \

0 commit comments

Comments
 (0)