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 c2c4dce commit f12d513Copy full SHA for f12d513
tx/Dbasic.t
@@ -4,7 +4,7 @@ use Test::More tests => 5;
4
use IPC::Run qw(start);
5
6
diag 'Starting tor2web';
7
-my $tor2web = start( [ '/bin/bash', 't/bin/tor2web',
+my $tor2web = start( [ '/bin/sh', 't/bin/tor2web',
8
'-c', 't/etc/conf/test.conf' ], undef, '>&2' );
9
diag 'Started tor2web';
10
@@ -17,7 +17,7 @@ my $socket;
17
diag "Connection attempt $ctr: $!"
18
if ( $ctr != 0 );
19
diag 'Paused';
20
- sleep( ( $ctr == 0 ) * 2 + $ctr );
+ sleep( ( $ctr == 0 ) * 20 + $ctr );
21
diag 'Resume starting connection';
22
$socket = new IO::Socket::SSL(
23
PeerHost => '127.0.0.1',
0 commit comments