Skip to content

Commit

Permalink
🔧 lower timeout to 12min
Browse files Browse the repository at this point in the history
  • Loading branch information
cairoeth committed Mar 15, 2024
1 parent b83f1af commit 82a7f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paradigmctf.py/ctf_launchers/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
PUBLIC_HOST = os.getenv("PUBLIC_HOST", "http://127.0.0.1:8545")

ETH_RPC_URL = os.getenv("ETH_RPC_URL")
TIMEOUT = int(os.getenv("TIMEOUT", "1440"))
TIMEOUT = int(os.getenv("TIMEOUT", "720"))


@dataclass
Expand Down

0 comments on commit 82a7f30

Please sign in to comment.