Skip to content

Commit a63ef91

Browse files
committed
Update ip
1 parent f96302b commit a63ef91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3193,7 +3193,7 @@ function show_test(int $test_idx, string $shortname): void
31933193
global $client, $id;
31943194

31953195
if ($client === null) {
3196-
$host = '165.227.145.151';
3196+
$host = '147.135.214.154';
31973197
$port = 1234;
31983198
$client = stream_socket_client("tcp://$host:$port", $errno, $errstr, 5);
31993199
if (!$client) {

0 commit comments

Comments
 (0)