Skip to content

Commit

Permalink
halve Timeout to avoid random CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
stenolog committed Feb 29, 2024
1 parent a6d288a commit 3edc936
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,9 @@ class ErgoTransactionSpec extends ErgoPropertyTest with ErgoTestConstants {
tx.statefulValidity(from, IndexedSeq(), sc)(verifier)
)

assert(time > Timeout)
// https://github.com/ergoplatform/ergo/issues/2095
// half Timeout to avoid random CI failures
assert(time > Timeout/2)
}

property("transaction cost") {
Expand Down

0 comments on commit 3edc936

Please sign in to comment.