Skip to content

Commit 11bf5cc

Browse files
committed
Set default_socket_timeout in test
If the read is not refused outright, this will timeout, and we don't want to wait 60s for that.
1 parent 23c90dc commit 11bf5cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/standard/tests/network/bug20134.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #20134 (UDP reads from invalid ports)
3+
--INI--
4+
default_socket_timeout=1
35
--FILE--
46
<?php
57

0 commit comments

Comments
 (0)