Skip to content
Snippets Groups Projects
Commit 76b7ab43 authored by Craig Tiller's avatar Craig Tiller
Browse files

Interop test might take a little longer to start up (esp. w/tsan)

parent 1d3ad2b2
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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