Description
The gpu-nightly test test_ncf_functional() always fails due to timeout (See the logs). And I find it is set to time out after 7200 seconds:
|
def test_ncf_functional( |
|
notebooks, output_notebook, kernel_name, size, epochs, expected_values, seed |
|
): |
|
notebook_path = notebooks["ncf"] |
|
execute_notebook( |
|
notebook_path, |
|
output_notebook, |
|
kernel_name=kernel_name, |
|
parameters=dict( |
|
TOP_K=10, MOVIELENS_DATA_SIZE=size, EPOCHS=epochs, BATCH_SIZE=512, SEED=seed |
|
), |
|
timeout=7200, |
|
) |
In which platform does it happen?
gpu-nightly
How do we replicate the issue?
Expected behavior (i.e. solution)
Willingness to contribute
Other Comments
Description
The gpu-nightly test
test_ncf_functional()always fails due to timeout (See the logs). And I find it is set to time out after 7200 seconds:recommenders/tests/functional/examples/test_notebooks_gpu.py
Lines 39 to 51 in 69743e9
In which platform does it happen?
gpu-nightly
How do we replicate the issue?
Expected behavior (i.e. solution)
Willingness to contribute
Other Comments