Skip to content

Commit

Permalink
[#505] TEST: increase timeout in pom test ...
Browse files Browse the repository at this point in the history
... to fix tests on CI

+ TODO: seems like general timeout becomes 0.5 in some test, and stayed so mutated... find and consider fixing it...
  • Loading branch information
yashaka committed Jul 21, 2024
1 parent 1e7f32a commit 41460f6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ def __init__(self, context):
@pytest.mark.parametrize(
'characters',
[
DataGridMIT(browser.element('#DataGridDemo+* .MuiDataGrid-root')),
DataGridMIT(
browser.with_(timeout=2.0).element('#DataGridDemo+* .MuiDataGrid-root')
),
# DataGridMIT.by_id('demo-simple-select'),
],
)
Expand Down

0 comments on commit 41460f6

Please sign in to comment.