Skip to content

Commit b06a58d

Browse files
committed
% try to stabilize test 038-awaitFirstSuccess_cancellation_timeout.phpt
1 parent cd996b5 commit b06a58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/await/038-awaitFirstSuccess_cancellation_timeout.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $coroutines = [
2323
echo "start\n";
2424

2525
try {
26-
$result = awaitFirstSuccess($coroutines, timeout(10));
26+
$result = awaitFirstSuccess($coroutines, timeout(50));
2727
echo "Unexpected success\n";
2828
} catch (Async\TimeoutException $e) {
2929
echo "Timeout caught as expected\n";

0 commit comments

Comments
 (0)