Skip to content

Commit 8e76bd7

Browse files
committed
dont sleep too long
1 parent f4d2336 commit 8e76bd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

caddy/caddy_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1785,7 +1785,7 @@ func TestOpcacheReset(t *testing.T) {
17851785
}
17861786

17871787
// otherwise call sleep.php with sleep and work values
1788-
sleep := i % 100
1788+
sleep := i % 50
17891789
work := i % 100
17901790
tester.AssertGetResponse(
17911791
fmt.Sprintf("http://localhost:%s/sleep.php?sleep=%d&work=%d", testPort, sleep, work),

0 commit comments

Comments
 (0)