Skip to content

Commit

Permalink
Merge pull request #37 from gcheng/serviceruntimebug
Browse files Browse the repository at this point in the history
fix a unit test failure on ci server.
  • Loading branch information
Albert Cheng committed May 10, 2013
2 parents 112fde7 + e62d01a commit 2a3347e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public RoleEnvironmentData deserialize(InputStream stream) {
}

try {
Thread.sleep(1000);
Thread.sleep(2000);
}
catch (InterruptedException e) {
e.printStackTrace();
Expand Down

0 comments on commit 2a3347e

Please sign in to comment.