Commit 4e89c0c
committed
Restore bounded wait in QuickAccessDialogTest to avoid bundle timeout
The wait for the dialog initialization in
testPreviousChoicesAvailableForExtension used TIMEOUT * 1000, about
83 minutes. When the dialog initialization stalls (notably on macOS),
this wait blocks far past the 1200s tycho-surefire budget for the whole
org.eclipse.ui.tests bundle, so the test runtime is killed with SIGTERM
(exit code 143) and no test results are reported for the bundle.
Restoring the wait to TIMEOUT lets the test fail fast and locally
instead of hanging and taking down the entire bundle.
See #40091 parent e314e02 commit 4e89c0c
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/quickaccess
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
324 | | - | |
| 324 | + | |
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
| |||
0 commit comments