Skip to content

Commit

Permalink
Increase time
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimbo4350 committed Nov 10, 2021
1 parent 5e2230e commit ac4448f
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -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

Expand Down Expand Up @@ -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"

Expand Down

0 comments on commit ac4448f

Please sign in to comment.