Skip to content

Commit

Permalink
Increaset timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
moraygrieve committed Sep 19, 2024
1 parent 5daa8f4 commit ac8b14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ten/ten_per_011/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def execute(self):
with open(signal, 'w') as sig: sig.write('go')
for i in range(0, clients):
self.waitForGrep(file=os.path.join(out_dir, 'client_%s.out' % i),
expr='Client client_%s completed' % i, timeout=300)
expr='Client client_%s completed' % i, timeout=600)
self.ratio_failures(file=os.path.join(out_dir, 'client_%s.out' % i))

# stop transacting to set the storage value
Expand Down

0 comments on commit ac8b14f

Please sign in to comment.