File tree Expand file tree Collapse file tree
cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Cli Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ import Testnet.Process.Cli.Transaction (TxOutAddress (..), mkSimpleSpe
5858 mkSpendOutputsOnlyTx , retrieveTransactionId , signTx , submitTx )
5959import Testnet.Process.Run (execCli' , execCliStdoutToJson , mkExecConfig )
6060import Testnet.Process.RunIO (liftIOAnnotated )
61- import Testnet.Property.Util (integrationWorkspace )
61+ import Testnet.Property.Util (integrationRetryWorkspace )
6262import Testnet.Start.Types (GenesisOptions (.. ), NumPools (.. ), cardanoNumPools )
6363import Testnet.TestQueryCmds (TestQueryCmds (.. ), forallQueryCommands )
6464import Testnet.Types
@@ -76,7 +76,7 @@ import RIO (runRIO)
7676-- If you want to recreate golden files, run the comment with
7777-- RECREATE_GOLDEN_FILES=1 as its prefix
7878hprop_cli_queries :: Property
79- hprop_cli_queries = integrationWorkspace " cli-queries" $ \ tempAbsBasePath' -> H. runWithDefaultWatchdog_ $ do
79+ hprop_cli_queries = integrationRetryWorkspace 2 " cli-queries" $ \ tempAbsBasePath' -> H. runWithDefaultWatchdog_ $ do
8080 conf@ Conf { tempAbsPath= tempAbsPath@ (TmpAbsolutePath work) }
8181 <- mkConf tempAbsBasePath'
8282 let tempBaseAbsPath = makeTmpBaseAbsPath tempAbsPath
You can’t perform that action at this time.
0 commit comments