Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar committed Jan 25, 2025
1 parent 97915c2 commit 7aa4d21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def test_disable_pandas_accelerator_multi_threaded():
# Create a copy of the current environment variables
env = os.environ.copy()

with utils.cudf_timeout(5):
with utils.cudf_timeout(10):
sp_completed = subprocess.run(
[
"python",
Expand Down

0 comments on commit 7aa4d21

Please sign in to comment.