Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 52cc42b

Browse files
committed
Increase timeout for docker network tests
1 parent e370420 commit 52cc42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/docker-network/tests/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
BUILD_TAGS="rocksdb,dockertests"
4-
TIMEOUT=120m
4+
TIMEOUT=180m
55

66
# Exit script on non-zero command exit status
77
set -e

0 commit comments

Comments
 (0)