aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/interop_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/interop/interop_test.cc')
-rw-r--r--test/cpp/interop/interop_test.cc2
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;