File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,10 @@ hprop_update_time_stamps = integrationRetryWorkspace 2 "update-time-stamps" $ \t
44
44
-- the time bounds in the sandbox' config files are no longer valid
45
45
H. threadDelay $ double2Int $ realToFrac startTimeOffsetSeconds * 1_000_000 * 1.2
46
46
47
- -- Call `createTestnetEnv` again to update the time stamps
48
- createTestnetEnv
49
- testnetOptions genesisOptions
50
- def
47
+ -- Run testnet and specify to update time stamps before starting
48
+ runtime <- cardanoTestnet
49
+ testnetOptions
50
+ genesisOptions
51
51
conf{updateTimestamps = UpdateTimestamps }
52
52
53
- -- Run testnet with generated config
54
- runtime <- cardanoTestnet testnetOptions genesisOptions conf
55
-
56
53
nodesProduceBlocks tmpDir runtime
You can’t perform that action at this time.
0 commit comments