Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
moraygrieve committed Dec 12, 2024
1 parent db071af commit 812f775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ten/ten_per_021/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def execute(self):
self.client(network, storage, i, funds_needed)

for i in range(0, self.CLIENTS):
self.waitForGrep(file='client_%d.out' % i, expr='Completed transactions', timeout=450)
self.waitForGrep(file='client_%d.out' % i, expr='Completed transactions', timeout=900)
self.ratio_failures(file=os.path.join(self.output, 'client_%d.out' % i))

# graph the output
Expand Down

0 comments on commit 812f775

Please sign in to comment.