Skip to content

Commit ae3534a

Browse files
xuzhao9facebook-github-bot
authored andcommitted
Increase the worker timeout to 1800 seconds
Summary: As the title goes Reviewed By: dshi7 Differential Revision: D47072520 fbshipit-source-id: 4596c384b853449ed46c0160af09c82fb992684f
1 parent 4e9d86e commit ae3534a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchbenchmark/util/experiment/instantiator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from torchbenchmark.util.model import BenchmarkModel
1111
from torchbenchmark import _list_model_paths, load_model_by_name, ModelTask
1212

13-
WORKER_TIMEOUT = 600 # seconds
13+
WORKER_TIMEOUT = 1800 # seconds
1414
BS_FIELD_NAME = "batch_size"
1515

1616
@dataclasses.dataclass

0 commit comments

Comments
 (0)