Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
[skip ci]Reduce sleep seconds in postman test
Browse files Browse the repository at this point in the history
  • Loading branch information
Diogo Ribeiro committed Mar 30, 2022
1 parent f3e85fd commit e121a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_postman.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
def run_before_and_after_test():
"""Run devnet before and kill it after the test run"""
# Setup devnet
devnet_proc = run_devnet_in_background(sleep_seconds=10)
devnet_proc = run_devnet_in_background(sleep_seconds=5)
# Setup L1 testnet
command = ["npx", "hardhat", "node"]
# pylint: disable=consider-using-with
Expand Down

0 comments on commit e121a15

Please sign in to comment.