Skip to content

Commit

Permalink
Temporarily increased test time
Browse files Browse the repository at this point in the history
  • Loading branch information
spoto committed May 3, 2024
1 parent d5a36ec commit e984f26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class BlindAuction extends HotmokaTest {
/**
* The reveal time of the experiments (in millisecond).
*/
private static int REVEAL_TIME = 8_000;
private static int REVEAL_TIME = 15_000; // TODO: put it back to 8 seconds if possible for the DiskNode

private static final ClassType BLIND_AUCTION = StorageTypes.classNamed("io.hotmoka.examples.auction.BlindAuction");

Expand Down

0 comments on commit e984f26

Please sign in to comment.