You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* debug msg displaying pending jobs
* improve waitForJobs
* show blocking rule
* timeout if really too long
* show conflicting rules of jobs
* try to force cancel periodic jobs to unlock workspace ...
* decrease wait time on workspace start
Signed-off-by: Didier Vojtisek <[email protected]>
Copy file name to clipboardExpand all lines: framework/xdsml_framework/tests/org.eclipse.gemoc.xdsmlframework.test.lib/src/org/eclipse/gemoc/xdsmlframework/test/lib/WorkspaceTestHelper.xtend
+39-3Lines changed: 39 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ class WorkspaceTestHelper {
94
94
println("[WorkspaceTestHelper] waiting for Workbench availability")
95
95
Thread.sleep(1000);
96
96
}
97
-
WorkspaceTestHelper.reallyWaitForJobs(100)
97
+
WorkspaceTestHelper.reallyWaitForJobs(50)
98
98
println("[WorkspaceTestHelper] Workbench is available")
0 commit comments