Commit 670b4c7
authored
[test] Add EMTEST_TIMEOUT environment variable (#26669)
This is useful when debugging tests that are timing out without having
to wait the full default of 5 minutes to get the failure.
For example I've been debugging a timeout recently using:
```
EMTEST_TIMEOUT=5 ./test/runner posixtest.test_pthread_join_4_1
```
This waits for 5 seconds rather than 5 minutes.1 parent 4c4c5d4 commit 670b4c7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments