Commit f096f6b
authored
Increase timeouts in CI (#1025)
The timeout limits for our CI tests are tight. Depending on the state of
the github runners, our CI often fails with just a few more minutes
needed. I have noticed test runs being cancelled while making progress,
at 90% + (even just after the test have been completed). It would be
better to have them be more generous, as having to rerun jobs cancelled
due to this is actually leading to more time on the runners.1 parent 2bc8a16 commit f096f6b
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
0 commit comments