Skip to content

Commit 5b965eb

Browse files
committed
Make a stress test a little less stressful.
The 2 minutes sometimes needed was a rather long time to wait, and this smaller example will either fail or flap on the bug.
1 parent a5b0209 commit 5b965eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

S17-channel/stress.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ plan 5;
4343
return $sorted.receive;
4444
}
4545

46-
my @test_data = < p e r l s i x >;
46+
my @test_data = < p e r l >;
4747

4848
for ^4 {
49-
is bogosort_concurrent(@test_data), [<e i l p r s x>], "Correct answer ($_)";
49+
is bogosort_concurrent(@test_data), [<e l p r>], "Correct answer ($_)";
5050
}
5151
}

0 commit comments

Comments
 (0)