Skip to content

Commit 63ce7eb

Browse files
authored
Increased timeout of Haskell Exec SMIR CI test (#1021)
Our PRs currently mostly fail CI due to the `Haskell Exec SMIR` CI test timing out. I increased it from 20 to 30 minutes.
1 parent bc8e088 commit 63ce7eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: 'Haskell Exec SMIR'
6666
test-args: '-k "test_exec_smir and haskell"'
6767
parallel: 6
68-
timeout: 20
68+
timeout: 30
6969
- name: 'Haskell Termination'
7070
test-args: '-k test_prove_termination'
7171
parallel: 6

0 commit comments

Comments
 (0)