diff --git a/cardano-testnet/test/Spec/Plutus/Direct/CertifyingAndWithdrawingPlutus.hs b/cardano-testnet/test/Spec/Plutus/Direct/CertifyingAndWithdrawingPlutus.hs index 9d46f0831a2..e8e7bd0c091 100644 --- a/cardano-testnet/test/Spec/Plutus/Direct/CertifyingAndWithdrawingPlutus.hs +++ b/cardano-testnet/test/Spec/Plutus/Direct/CertifyingAndWithdrawingPlutus.hs @@ -201,7 +201,7 @@ hprop_plutus_certifying_withdrawing = H.integration . H.runFinallies . H.workspa ] -- Wait 5 seconds - H.threadDelay 5000000 + H.threadDelay 10000000 -- Check to see if pledge's stake address was registered @@ -680,7 +680,7 @@ hprop_plutus_certifying_withdrawing = H.integration . H.runFinallies . H.workspa , "--testnet-magic", show @Int testnetMagic ] - H.threadDelay 500000 + H.threadDelay 1000000 H.note_ "Check UTxO at script staking address to see if withdrawal was successful"