Commit 8c91436
committed
Browser tests: reduce timeout for instantiation to reasonable value
The timeout for browser instantiation in the browser tests has been
increased to avoid flaky tests. However, browser instantiation taking
that long is an indicator for something being wrong with the
instantiation. There is no reason why instantiation may take that long
during test execution but the same issue should never arise in
productive use, thus such a case should be captured by tests and, if
necessary, be fixed productively.
In order to do so, this change reduces the test timeout value again to a
more reasonable value. Since the first Edge browser instantiation takes
rather long at least in the GitHub actions test environment, that
instantiation is isolated in an execution before the test class.
Related to
#16761 parent 5f62231 commit 8c91436
File tree
1 file changed
+2
-3
lines changed- tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit
1 file changed
+2
-3
lines changedLines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
| 105 | + | |
107 | 106 | | |
108 | 107 | | |
109 | 108 | | |
110 | 109 | | |
111 | 110 | | |
112 | 111 | | |
113 | 112 | | |
114 | | - | |
| 113 | + | |
115 | 114 | | |
116 | 115 | | |
117 | 116 | | |
| |||
0 commit comments