Browse Source

fix: increase sleep time for ganache

master
Apostolos Fanakis 3 years ago
parent
commit
f061ee57e1
Signed by: Apostolof GPG Key ID: 8600B4C4163B3269
  1. 4
      jenkins/Jenkinsfile

4
jenkins/Jenkinsfile

@ -527,7 +527,7 @@ pipeline {
ecentrics/concordia-ganache:latest') ecentrics/concordia-ganache:latest')
// Ganache image might take a while to come alive // Ganache image might take a while to come alive
sleep 10 sleep 15
sh 'mkdir -p ./ganache/ && docker cp concordia-ganache-staging:/mnt/concordia/ganache_keys/keys.json ./ganache/' sh 'mkdir -p ./ganache/ && docker cp concordia-ganache-staging:/mnt/concordia/ganache_keys/keys.json ./ganache/'
freshGanacheStagingRunning = true freshGanacheStagingRunning = true
@ -695,7 +695,7 @@ pipeline {
ecentrics/concordia-ganache:latest') ecentrics/concordia-ganache:latest')
// Ganache image might take a while to come alive // Ganache image might take a while to come alive
sleep 10 sleep 15
sh 'mkdir -p ./ganache/ && docker cp concordia-ganache-production:/mnt/concordia/ganache_keys/keys.json ./ganache/' sh 'mkdir -p ./ganache/ && docker cp concordia-ganache-production:/mnt/concordia/ganache_keys/keys.json ./ganache/'
freshGanacheProductionRunning = true freshGanacheProductionRunning = true

Loading…
Cancel
Save