mirror of
https://github.com/logos-blockchain/logos-blockchain-e2e-tests.git
synced 2026-01-02 13:13:08 +00:00
fix: timeout back to 60
This commit is contained in:
parent
bc7fc6164f
commit
f95f57a7ce
@ -101,7 +101,7 @@ class TestHighLoadDos(StepsDataAvailability):
|
||||
|
||||
@pytest.mark.usefixtures("setup_2_node_cluster", "setup_proxy_clients")
|
||||
def test_sustained_high_rate_multiple_clients(self):
|
||||
timeout = 10
|
||||
timeout = 60
|
||||
start_time = time.time()
|
||||
successful_dispersals = 0
|
||||
unsuccessful_dispersals = 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user