mirror of
https://github.com/logos-blockchain/logos-blockchain-e2e-tests.git
synced 2026-08-10 20:43:22 +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))
|
self.disperse_data(DATA_TO_DISPERSE[7], to_app_id(1), to_index(0))
|
||||||
successful_dispersals += 1
|
successful_dispersals += 1
|
||||||
except Exception as ex:
|
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:
|
if successful_dispersals == 10:
|
||||||
break
|
break
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user