Skip to content

Commit

Permalink
make 1/0 test slower for github testing ...
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzoic committed Nov 9, 2023
1 parent cf5783e commit 9c2d59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/plugins/test_expression.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def test_expr_0():

df = plugin.process_dataframe(df1, logger)

time.sleep(0.1)
time.sleep(1)
assert "ZeroDivisionError" in logger.dump()


Expand Down

0 comments on commit 9c2d59a

Please sign in to comment.