Skip to content

Commit d163c54

Browse files
committed
Remove timers to try to break things again
1 parent 8ee49ba commit d163c54

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

plugins/com.google.cloud.tools.eclipse.integration.appengine/src/com/google/cloud/tools/eclipse/integration/appengine/DebugNativeAppEngineStandardProjectTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,13 @@ public void run() {
117117
consoleView.show();
118118
assertTrue("App Engine console not active", consoleView.getViewReference()
119119
.getContentDescription().contains("App Engine Standard at localhost"));
120-
timer.run();
121120
final SWTBotStyledText consoleContents =
122121
new SWTBotStyledText(bot.widget(widgetOfType(StyledText.class), consoleView.getWidget()));
123122
SwtBotTestingUtilities.waitUntilStyledTextContains(bot,
124123
"Dev App Server is now running", consoleContents);
125124

126125
System.out.printf("---- Dev App Server ----\n%s\n------------------\n",
127126
consoleContents.getText());
128-
timer.run();
129127
final Path deployDir = Paths.get(
130128
"/home/travis/build/GoogleCloudPlatform/google-cloud-eclipse/plugins/com.google.cloud.tools.eclipse.integration.appengine/target/work/data/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/testapp");
131129
Files.walkFileTree(deployDir, new SimpleFileVisitor<Path>() {

0 commit comments

Comments
 (0)