Skip to content

Commit

Permalink
Try running flakey CertifyingAndWithdrawingPlutus with longer waits
Browse files Browse the repository at this point in the history
  • Loading branch information
James Browning committed May 24, 2022
1 parent 700c582 commit 90d407c
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -209,7 +209,7 @@ hprop_plutus_certifying_withdrawing = H.integration . H.runFinallies . H.workspa

-- Things take long on non-linux machines
if isLinux
then H.threadDelay 5000000
then H.threadDelay 8000000
else H.threadDelay 10000000

-- Check to see if pledge's stake address was registered
Expand Down Expand Up @@ -358,7 +358,7 @@ hprop_plutus_certifying_withdrawing = H.integration . H.runFinallies . H.workspa
]

if isLinux
then H.threadDelay 5000000
then H.threadDelay 10000000
else H.threadDelay 20000000

void $ H.execCli' execConfig
Expand Down Expand Up @@ -531,7 +531,7 @@ hprop_plutus_certifying_withdrawing = H.integration . H.runFinallies . H.workspa
]

-- Wait 5 seconds
H.threadDelay 5000000
H.threadDelay 8000000

H.note_ "Check to see if staking script was delegated"

Expand Down Expand Up @@ -693,7 +693,7 @@ hprop_plutus_certifying_withdrawing = H.integration . H.runFinallies . H.workspa

-- Things take long on non-linux machines
if isLinux
then H.threadDelay 5000000
then H.threadDelay 8000000
else H.threadDelay 10000000

H.note_ "Check UTxO at script staking address to see if withdrawal was successful"
Expand Down

0 comments on commit 90d407c

Please sign in to comment.