Commit 7ce5219
authored
Align timeouts on running tests in public CI on Linux (#2267)
The timeout was set up to 12 minutes in `Conda package` workflow.
That PR proposes to align it across all GitHub workflows where tests are
running on Linux.
Sometimes the current timeout of 10 minutes might not be enough (like
[here](https://github.com/IntelPython/dpnp/actions/runs/12870503193/job/35883466675?pr=2266)
in `Test oneMKL interfaces` workflow) which caused unexpected failure or
extra rerunning attempt.1 parent 807179a commit 7ce5219
File tree
2 files changed
+3
-3
lines changed- .github/workflows
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
0 commit comments