Commit afbd4f2
authored
test(CI): move go test timeout to justfile (#13927)
The go-test CI workflow specifies at 10m timeout. However, if a test exceeds this timeout (for example if it is deadlocked) then CI terminates the job and the go test output doesn't give us any clues about which test specifically was running. This makes it hard to identify what caused the failure.
We move the 10m timeout from the CI workflow into the `go-test` justfile recipe. This causes `go test` to exit with a more informative error message once the timeout is reached, instead of being terminated by CI.
Signed-off-by: Alex Leong <alex@buoyant.io>
---------
Signed-off-by: Alex Leong <alex@buoyant.io>1 parent b4bffda commit afbd4f2
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments