Skip to content

Commit 0fbd19b

Browse files
authored
TEST-modin-project#6260: Increase test_io timeout (modin-project#6207)
Signed-off-by: mvashishtha <mahesh@ponder.io>
1 parent eb351fa commit 0fbd19b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ jobs:
10551055
if: matrix.test_task == 'group_4'
10561056
- run: python -m pytest -n 2 modin/pandas/test/test_general.py
10571057
if: matrix.test_task == 'group_4'
1058-
- timeout-minutes: 45
1058+
- timeout-minutes: 60
10591059
run: python -m pytest modin/pandas/test/test_io.py --verbose
10601060
if: matrix.test_task == 'group_4'
10611061
- uses: ./.github/workflows/upload-coverage

0 commit comments

Comments
 (0)