Skip to content

Commit

Permalink
Inrcease delay to allow startup on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Oct 25, 2021
1 parent 5938c56 commit fbc1283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Context/AbstractContextTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function testThrowingProcessOnSend()

$context = $this->createContext(__DIR__ . "/Fixtures/throwing-process.php");
yield $context->start();
yield new Delayed(100);
yield new Delayed(2000);
yield $context->send(1);
}

Expand Down

0 comments on commit fbc1283

Please sign in to comment.