diff grpc_ssl.t @ 1323:6eb3dd2d4d5a

Tests: postponed grpc_ssl.t startup on win32, see eadd24ccfda1.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 03 May 2018 13:08:22 +0300
parents 351b95be742b
children ece25f998f0d
line wrap: on
line diff
--- a/grpc_ssl.t
+++ b/grpc_ssl.t
@@ -131,6 +131,8 @@ foreach my $name ('client') {
 		or die "Can't create certificate for $name: $!\n";
 }
 
+sleep 1 if $^O eq 'MSWin32';
+
 $t->write_file('password', 'client');
 
 $t->try_run('no grpc')->plan(33);