Skip to content

Commit

Permalink
Revert "Add some delay"
Browse files Browse the repository at this point in the history
This reverts commit 9c2848a.
  • Loading branch information
jandro996 committed Dec 12, 2024
1 parent 9c2848a commit fe9f1d5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/appsec/test_asm_standalone.py
Original file line number Diff line number Diff line change
Expand Up @@ -710,10 +710,6 @@ def test_telemetry_sca_enabled_propagated(self):

def setup_app_dependencies_loaded(self):
self.r = weblog.get("/load_dependency")
if context.library == "java" and context.weblog_variant == "spring-boot":
# Wait for at least 2 metric flushes, i.e. 20s
METRIC_FLUSH_INTERVAL = 10 # This is constant by design
time.sleep(METRIC_FLUSH_INTERVAL * 2)

@missing_feature(context.library == "nodejs" and context.weblog_variant == "nextjs")
@irrelevant(
Expand Down

0 comments on commit fe9f1d5

Please sign in to comment.