Commit 5e9c827
committed
amend! ci(ui-tests): enforce a sensible timeout
ci(ui-tests): enforce a sensible timeout
The `ui-tests` job currently takes around half a minute to a minute.
Therefore it is quite alarming when the job times out after the default
of 6h. Let's let it time out after 10 minutes (we can always increase it
when more tests are added).
Unfortunately, this changes the failure mode and `cancelled()` will no
longer return `true`. Which means that the existing `if:` clauses have
to be adapted for showing the logs and taking & uploading a screenshot.
While thinking of the logs, I realized that it would be good also to
have them in the case that the run succeeded, so let's always show them.
Signed-off-by: Johannes Schindelin <[email protected]>1 parent df65c63 commit 5e9c827
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
125 | | - | |
| 124 | + | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
0 commit comments