Skip to content

Commit c6a9c56

Browse files
authored
Increase timeout for ironpython tests. (#1027)
1 parent f681b2c commit c6a9c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ironpython.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v2
2222

2323
- name: 'Run Unit Tests in Ironpython'
24-
timeout-minutes: 30
24+
timeout-minutes: 40
2525
run: |
2626
$process = start-process 'cmd' -ArgumentList '/c .\_unittest_ironpython\run_unittests_batchmode.cmd' -PassThru
2727

0 commit comments

Comments
 (0)