File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
cardano-chain-gen/test/Test/Cardano/Db/Mock/Unit/Conway/Config Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -406,7 +406,7 @@ migrateAndPruneRestart =
406
406
newEnv <- replaceConfigFile " test-db-sync-config.json" dbSync
407
407
startDBSync newEnv
408
408
-- There is a slight delay before the flag is checked
409
- threadDelay 3_000_000
409
+ threadDelay 6_000_000
410
410
-- Expected to fail
411
411
checkStillRuns dbSync
412
412
where
@@ -432,7 +432,7 @@ pruneRestartMissingFlag =
432
432
newEnv <- replaceConfigFile " test-db-sync-config.json" dbSync
433
433
startDBSync newEnv
434
434
-- There is a slight delay before the flag is checked
435
- threadDelay 3_000_000
435
+ threadDelay 6_000_000
436
436
-- Expected to fail
437
437
checkStillRuns dbSync
438
438
where
@@ -458,7 +458,7 @@ bootstrapRestartMissingFlag =
458
458
newEnv <- replaceConfigFile " test-db-sync-config.json" dbSync
459
459
startDBSync newEnv
460
460
-- There is a slight delay befor the flag is checked
461
- threadDelay 3_000_000
461
+ threadDelay 6_000_000
462
462
-- Expected to fail
463
463
checkStillRuns dbSync
464
464
where
You can’t perform that action at this time.
0 commit comments