Skip to content

Commit c2edca7

Browse files
author
Roberto Sora
committed
Updated daemon test timeout
1 parent c16785a commit c2edca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_daemon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from prometheus_client.parser import text_string_to_metric_families
2323

2424

25-
@pytest.mark.timeout(100)
25+
@pytest.mark.timeout(60)
2626
def test_telemetry_prometheus_endpoint(daemon_runner, data_dir):
2727
# Wait for the repertory file to be created and then parse it
2828
# in order to check the generated ids

0 commit comments

Comments
 (0)