Skip to content

Commit b2c0017

Browse files
authored
ci: increase timeout for integration tests (#1068)
After adding Mbed TLS integration test that takes quite a long time, CI started failing too often due to timeouts.
1 parent 6c30e0d commit b2c0017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Test debug
5656
run: make test
57-
timeout-minutes: 20
57+
timeout-minutes: 30
5858
env:
5959
BUILD_TYPE: Debug # Workaround for Windows as it seems the previous step is being ignored
6060
BUILD_TESTING: OFF # Workaround for Windows as it seems the previous step is being ignored

0 commit comments

Comments
 (0)