Commit f16b376
committed
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 5fbae4f commit f16b376
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
93 | | - | |
94 | | - | |
| 94 | + | |
| 95 | + | |
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
| |||
0 commit comments