Skip to content

Commit 907339e

Browse files
committed
Expend timeout
1 parent af30d96 commit 907339e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.styleci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
disabled:
2+
- no_singleline_whitespace_before_semicolons

tests/Phug/Watcher/CliTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function testRun()
3434
escapeshellarg(realpath(__DIR__.'/../../deleteFileThreeSecondLater.php')).' '.
3535
escapeshellarg($view));
3636
ob_start();
37-
$cli->run([$baseDir], 1000000, 7 * 1000000);
37+
$cli->run([$baseDir], 1000000, 10 * 1000000);
3838
$events = explode("\n", trim(ob_get_clean()));
3939
static::removeDirectory($baseDir);
4040

0 commit comments

Comments
 (0)