Fix deal flow tests

This commit is contained in:
Łukasz Magiera
2020-04-18 01:13:02 +02:00
parent ba73b9d3c4
commit 99a3902c07
+2 -2
View File
@@ -208,7 +208,7 @@ func builder(t *testing.T, nFull int, storage []int) ([]test.TestNode, []test.Te
templ := &genesis.Template{
Accounts: genaccs,
Miners: genms,
Timestamp: uint64(time.Now().Unix() - 1000), // some time sufficiently far in the past
Timestamp: uint64(time.Now().Unix() - 10000), // some time sufficiently far in the past
}
// END PRESEAL SECTION
@@ -338,7 +338,7 @@ func mockSbBuilder(t *testing.T, nFull int, storage []int) ([]test.TestNode, []t
templ := &genesis.Template{
Accounts: genaccs,
Miners: genms,
Timestamp: uint64(time.Now().Unix() - 1000),
Timestamp: uint64(time.Now().Unix() - 10000),
}
// END PRESEAL SECTION