diff options
author | Craig Tiller <ctiller@google.com> | 2016-12-05 15:55:18 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-12-05 15:55:18 -0800 |
commit | 76b7ab431a2cee78294a4292d8a3d32b97820cc3 (patch) | |
tree | a65620564d88acb01f1115b11b23f07b9719ffa2 /test/cpp | |
parent | 1d3ad2b2491cd62abdb25434b8e418993b32d77c (diff) |
Interop test might take a little longer to start up (esp. w/tsan)
Diffstat (limited to 'test/cpp')
-rw-r--r-- | test/cpp/interop/interop_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/interop/interop_test.cc b/test/cpp/interop/interop_test.cc index c066598d36..d4004740a4 100644 --- a/test/cpp/interop/interop_test.cc +++ b/test/cpp/interop/interop_test.cc @@ -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; |