This repository was archived by the owner on Jul 19, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit 724e48f
Timeout errors should be fatal
Timeouts are slightly non-deterministic by their nature. So we should
consider them fatal. They can still be useful, but should be for truly
pathological cases since they are fatal, so I've upped the limit to 5
mintues.1 parent 818ada3 commit 724e48f
File tree
3 files changed
+2
-3
lines changed- lib/cc/engine/analyzers
- ruby
3 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | - | ||
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | - | ||
8 | + | ||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | - | ||
22 | + | ||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments