diff --git a/integration-tests/test_bootstrap.py b/integration-tests/test_bootstrap.py index cc6547b..8a16f60 100644 --- a/integration-tests/test_bootstrap.py +++ b/integration-tests/test_bootstrap.py @@ -120,6 +120,7 @@ def verify_progress_page(expected_status_code, timeout): progress_page_status = True break except Exception as e: + print(e) time.sleep(2) continue