Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbdc155b

Browse files
JohnVillalovosnejch
authored andcommitted
test(cli): allow up to 30 seconds for a project export
Before we allowed a maximum of around 15 seconds for theproject-export. Often times the CI was failing with this value.Change it to a maximum of around 30 seconds.
1 parent930d4a2 commitbdc155b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tests/functional/cli/test_cli_projects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def project_export(project):
4040
time.sleep(0.5)
4141
export.refresh()
4242
count+=1
43-
ifcount==30:
43+
ifcount>=60:
4444
raiseException("Project export taking too much time")
4545

4646
returnexport

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp