Skip to content

Commit 663338a

Browse files
committed
Tests: postponed grpc_ssl.t startup on win32, see eadd24ccfda1.
1 parent 24f8d7a commit 663338a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

grpc_ssl.t

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ foreach my $name ('client') {
131131
or die "Can't create certificate for $name: $!\n";
132132
}
133133

134+
sleep 1 if $^O eq 'MSWin32';
135+
134136
$t->write_file('password', 'client');
135137

136138
$t->try_run('no grpc')->plan(33);

0 commit comments

Comments
 (0)