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
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
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -257,7 +257,7 @@ class WorkspaceTestHelper {
257
257
}
258
258
259
259
/**
260
-
* Creates and lauches a new run configuration for {@link project}
260
+
* Creates and launches a new run configuration for {@link project}
261
261
* using {@link mainClass} as the main Java class.
262
262
*
263
263
* @return the produced console output
@@ -459,6 +459,13 @@ class WorkspaceTestHelper {
459
459
delay(delay);
460
460
retry = retry -1
461
461
if(retry <=0) {
462
+
println("waitForJobs timed out after "+ delay *600+"ms")
0 commit comments