Skip to content

Commit

Permalink
Interop test might take a little longer to start up (esp. w/tsan)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Dec 5, 2016
1 parent 1d3ad2b commit 76b7ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cpp/interop/interop_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ int main(int argc, char** argv) {
return 1;
}
/* wait a little */
sleep(2);
sleep(10);
/* start the clients */
ret = test_client(root, "127.0.0.1", port);
if (ret != 0) return ret;
Expand Down

0 comments on commit 76b7ab4

Please sign in to comment.