Skip to content

Commit

Permalink
Reduced tasks timeout in localnodes of the standalone tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ThanKarab committed Sep 15, 2023
1 parent d11fa52 commit 0d2866e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/standalone_tests/test_remote_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,5 +169,5 @@ def test_remote_table_error_on_non_published_table(
globalnode_celery_app.get_result(
async_result=async_result,
logger=StdOutputLogger(),
timeout=300,
timeout=TASKS_TIMEOUT,
)
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ minimum_row_count = 10

[celery]
worker_concurrency = 16
tasks_timeout = 120
tasks_timeout = 10
run_udf_task_timeout = 300

[rabbitmq]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ minimum_row_count = 10

[celery]
worker_concurrency = 16
tasks_timeout = 120
tasks_timeout = 10
run_udf_task_timeout = 300

[rabbitmq]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ minimum_row_count = 10

[celery]
worker_concurrency = 16
tasks_timeout = 120
tasks_timeout = 10
run_udf_task_timeout = 300

[rabbitmq]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ minimum_row_count = 10

[celery]
worker_concurrency = 16
tasks_timeout = 120
tasks_timeout = 10
run_udf_task_timeout = 300

[rabbitmq]
Expand Down

0 comments on commit 0d2866e

Please sign in to comment.