Skip to content

Commit

Permalink
Update test_runner/regress/test_installed_extensions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lubennikovaav authored Nov 12, 2024
1 parent 9022cca commit 3b1ef53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_runner/regress/test_installed_extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def test_installed_extensions(neon_simple_env: NeonEnv):
time.sleep(1)
timeout -= 1
continue
except Exception as e:
except Exception:
log.exception("failed to get metrics, assume they are not collected yet")
time.sleep(1)
timeout -= 1
Expand Down

0 comments on commit 3b1ef53

Please sign in to comment.