From 567dc301b497d7ec972b1e21f633dcefd465200f Mon Sep 17 00:00:00 2001 From: Tom Date: Mon, 27 Mar 2023 16:40:29 +0100 Subject: [PATCH] chore: Update vega node and lengthen wait delay (#377) --- .env | 2 +- Jenkinsfile | 2 +- vega_sim/null_service.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 1fb63b460..be41c5f57 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -VEGA_SIM_VEGA_TAG=6d2caf7255339f610ffdb53a68ce3e6c60e7f2be +VEGA_SIM_VEGA_TAG=42ec67c184dd92c86d8ab245f3a907daf0c08841 VEGA_SIM_CONSOLE_TAG=develop VEGA_DEFAULT_KEY_NAME='Key 1' VEGA_SIM_NETWORKS_INTERNAL_TAG=main diff --git a/Jenkinsfile b/Jenkinsfile index a9742ee9c..4ee1f53ea 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,7 @@ pipeline { timeout(time: 50, unit: 'MINUTES') } parameters { - string( name: 'VEGA_VERSION', defaultValue: '6d2caf7255339f610ffdb53a68ce3e6c60e7f2be', + string( name: 'VEGA_VERSION', defaultValue: '42ec67c184dd92c86d8ab245f3a907daf0c08841', description: 'Git branch, tag or hash of the vegaprotocol/vega repository') string( name: 'JENKINS_SHARED_LIB_BRANCH', defaultValue: 'main', description: 'Git branch, tag or hash of the vegaprotocol/jenkins-shared-library repository') diff --git a/vega_sim/null_service.py b/vega_sim/null_service.py index 40dfba0ed..26ca9d41c 100644 --- a/vega_sim/null_service.py +++ b/vega_sim/null_service.py @@ -734,7 +734,7 @@ def start(self, block_on_startup: bool = True) -> None: if block_on_startup: # Wait for startup started = False - for _ in range(120): + for _ in range(500): try: requests.get( f"http://localhost:{self.data_node_rest_port}/time"