Skip to content

Commit

Permalink
Remove timers to try to break things again
Browse files Browse the repository at this point in the history
  • Loading branch information
briandealwis committed Mar 14, 2017
1 parent 8ee49ba commit d163c54
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,13 @@ public void run() {
consoleView.show();
assertTrue("App Engine console not active", consoleView.getViewReference()
.getContentDescription().contains("App Engine Standard at localhost"));
timer.run();
final SWTBotStyledText consoleContents =
new SWTBotStyledText(bot.widget(widgetOfType(StyledText.class), consoleView.getWidget()));
SwtBotTestingUtilities.waitUntilStyledTextContains(bot,
"Dev App Server is now running", consoleContents);

System.out.printf("---- Dev App Server ----\n%s\n------------------\n",
consoleContents.getText());
timer.run();
final Path deployDir = Paths.get(
"/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");
Files.walkFileTree(deployDir, new SimpleFileVisitor<Path>() {
Expand Down

0 comments on commit d163c54

Please sign in to comment.