Skip to content
Snippets Groups Projects
Commit 38bfb6ed authored by Xiao Gui's avatar Xiao Gui
Browse files

tweak nehuba ready parameter

parent acc74450
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@ jobs:
docker run \
--rm \
--name ${DOCKER_CONTAINER_NAME} \
-p 13000:3000 \
--env HBP_CLIENTID=${{ secrets.HBP_CLIENTID }} \
--env HBP_CLIENTSECRET=${{ secrets.HBP_CLIENTSECRET }} \
--env REFRESH_TOKEN=${{ secrets.REFRESH_TOKEN }} \
......
......@@ -62,5 +62,5 @@ exports.awaitNehubaViewer = async (page) => {
else return rj()
})
await retry(getNVAvailable, { timeout: 500 * waitMultiple, retries: 10 })
await retry(getNVAvailable, { timeout: 2000 * waitMultiple, retries: 10 })
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment