Skip to content

Commit

Permalink
tweak: cy.exec wait tiup restart timeout (#1271)
Browse files Browse the repository at this point in the history
  • Loading branch information
shhdgit authored May 23, 2022
1 parent 84c213e commit f3519f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ui/cypress/integration/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,7 @@ export const restartTiUP = () => {
)

// Wait TiUP Playground
cy.exec('bash ../scripts/wait_tiup_playground.sh 1 300 &> wait_tiup.log')
cy.exec('bash ../scripts/wait_tiup_playground.sh 1 300 &> wait_tiup.log', {
timeout: 300000,
})
}

0 comments on commit f3519f0

Please sign in to comment.