Skip to content

Commit

Permalink
added timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
midays committed May 20, 2024
1 parent 1877c2a commit ee0c1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/vscode/test_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ def test_analysis_vscode(setup_vscode, configurations, app_name, ide):
vscode.set_focus()
vscode.open_mta_perspective()
vscode.run_simple_analysis(app_name)
status, message = vscode.is_analysis_complete(timeout=(5 * MIN))
status, message = vscode.is_analysis_complete(timeout=(10 * MIN))
assert status, message

0 comments on commit ee0c1ab

Please sign in to comment.