diff options
Diffstat (limited to 'tests/slow-client.php')
-rw-r--r-- | tests/slow-client.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/slow-client.php b/tests/slow-client.php index f09142b5..bc4b0561 100644 --- a/tests/slow-client.php +++ b/tests/slow-client.php @@ -35,4 +35,4 @@ switch ($goridge) { usleep($bootDelay * 1000); require_once sprintf("%s/%s.php", __DIR__, $test); -usleep($shutdownDelay * 1000);
\ No newline at end of file +usleep($shutdownDelay * 1000); |