We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a2e2fc commit 12b3aaeCopy full SHA for 12b3aae
1 file changed
t/pause_2017/action/tail_logfile.t
@@ -5,21 +5,12 @@ use Test::PAUSE::Web;
5
use utf8;
6
7
my $default = {
8
- pause99_tail_logfile_1 => 5000,
+ pause99_tail_logfile_1 => 500,
9
pause99_tail_logfile_sub => 1,
10
};
11
12
Test::PAUSE::Web->setup;
13
14
-{
15
- open my $fh, '>', $PAUSE::Config->{PAUSE_LOG};
16
- say $fh <<LOG;
17
-pause log
18
19
20
-LOG
21
-}
22
-
23
subtest 'get' => sub {
24
for my $test (Test::PAUSE::Web->tests_for('user')) {
25
my ($path, $user) = @$test;
0 commit comments