Skip to content
Snippets Groups Projects
Commit bc74e1b2 authored by Craig Tiller's avatar Craig Tiller Committed by GitHub
Browse files

Merge pull request #8963 from ctiller/fixit31

Interop test might take a little longer to start up (esp. w/tsan)
parents 1d3ad2b2 76b7ab43
No related branches found
No related tags found
No related merge requests found
...@@ -126,7 +126,7 @@ int main(int argc, char** argv) { ...@@ -126,7 +126,7 @@ int main(int argc, char** argv) {
return 1; return 1;
} }
/* wait a little */ /* wait a little */
sleep(2); sleep(10);
/* start the clients */ /* start the clients */
ret = test_client(root, "127.0.0.1", port); ret = test_client(root, "127.0.0.1", port);
if (ret != 0) return ret; if (ret != 0) return ret;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment