Skip to content

Commit

Permalink
Merge pull request #4589 from jyotisingh/flaky_BuildComposerTest
Browse files Browse the repository at this point in the history
Fixing flaky test - BuildComposerTest
  • Loading branch information
jyotisingh committed Mar 30, 2018
2 parents e8f450b + d16fa35 commit 8f40bd7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -198,7 +198,7 @@ public class BuildComposerTest extends BuildSessionBasedTestCase {

private static final String SLEEP_TEN_SECONDS_ON_WINDOWS = "<job name=\"" + JOB_PLAN_NAME + "\">\n"
+ " <tasks>\n"
+ " <exec command=\"echo before sleep &amp; ping 1.1.1.1 -n 1 -w 100000 >NULL\">\n"
+ " <exec command=\"echo before sleep &amp; powershell sleep 100\">\n"
+ " <oncancel>\n"
+ " <exec command=\"echo\">\n"
+ " <arg>executing on cancel task</arg>\n"
Expand Down

0 comments on commit 8f40bd7

Please sign in to comment.