Skip to content

Commit 82a7f30

Browse files
committed
🔧 lower timeout to 12min
1 parent b83f1af commit 82a7f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paradigmctf.py/ctf_launchers/launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
PUBLIC_HOST = os.getenv("PUBLIC_HOST", "http://127.0.0.1:8545")
2525

2626
ETH_RPC_URL = os.getenv("ETH_RPC_URL")
27-
TIMEOUT = int(os.getenv("TIMEOUT", "1440"))
27+
TIMEOUT = int(os.getenv("TIMEOUT", "720"))
2828

2929

3030
@dataclass

0 commit comments

Comments
 (0)