Skip to content

Commit 08d8baf

Browse files
Increase integration test tmieout to 20m
Signed-off-by: Gabriel Adrian Samfira <[email protected]>
1 parent 1f0dbd0 commit 08d8baf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ jobs:
322322
ENABLE_CRI_SANDBOXES: ${{ matrix.enable_cri_sandboxes }}
323323
GOTESTSUM_JUNITFILE: ${{github.workspace}}/test-integration-serial-junit.xml
324324
GOTESTSUM_JSONFILE: ${{github.workspace}}/test-integration-serial-gotest.json
325+
EXTRA_TESTFLAGS: "-timeout=20m"
325326
run: mingw32-make.exe integration
326327
- run: if [ -f *-gotest.json ]; then echo '# Integration 1' >> $GITHUB_STEP_SUMMARY; teststat -markdown *-gotest.json >> $GITHUB_STEP_SUMMARY; fi
327328
if: always()

0 commit comments

Comments
 (0)