We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9540c2 commit 8e46167Copy full SHA for 8e46167
1 file changed
test/simple/test-tls-securepair-client.js
@@ -49,7 +49,8 @@ server.stdout.on('data', function(s) {
49
switch (state) {
50
case 'WAIT-ACCEPT':
51
if (/ACCEPT/g.test(serverStdoutBuffer)) {
52
- startClient();
+ // Give s_server half a second to start up.
53
+ setTimeout(startClient, 500);
54
state = 'WAIT-HELLO';
55
}
56
break;
0 commit comments