Skip to content

Commit

Permalink
fix(tests): increate timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag committed Sep 30, 2024
1 parent 7b5b24a commit 20c107f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/lifecycle_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ var _ = Context("Ledger application lifecycle tests", func() {
g.Expect(err).To(BeNil())
return count
}).
WithTimeout(5 * time.Second).
WithTimeout(10 * time.Second).
// Once all the transactions are in pending state, we should have one lock
// for the first tx, trying to write a new log.
// And, we should also have countTransactions-1 pending lock for the 'bank' account
Expand Down

0 comments on commit 20c107f

Please sign in to comment.