mirror of
https://github.com/logos-blockchain/logos-blockchain-e2e-tests.git
synced 2026-01-02 13:13:08 +00:00
test: signing with new gpg key
This commit is contained in:
parent
0b6fc270e7
commit
fa41c8fde6
@ -24,7 +24,7 @@ class TestNetworkingPrivacy(StepsDataAvailability):
|
||||
self.disperse_data(DATA_TO_DISPERSE[7], to_app_id(1), to_index(0))
|
||||
successful_dispersals += 1
|
||||
except Exception as ex:
|
||||
logger.warning(f"Dispersal #{i} was not successful with error {ex}")
|
||||
logger.warning(f"Dispersal #{i+1} was not successful with error {ex}")
|
||||
|
||||
if successful_dispersals == 10:
|
||||
break
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user