Skip to content

Commit bb28922

Browse files
committed
test: timer update for test
1 parent 3a4dbd3 commit bb28922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/tutor-contrib-paragon/tests/integration/plugin_functionality_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def test_build_tokens_hosted_files():
192192
services_result = execute_tutor_command(["local", "start", "-d", "caddy", "mfe"])
193193
assert services_result.returncode == 0, "Error starting hosting services"
194194

195-
time.sleep(1)
195+
time.sleep(10)
196196

197197
try:
198198
base_url = f"http://{mfe_host}/{static_url_prefix}"

0 commit comments

Comments
 (0)