mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
increase timeout (#17580)
This commit is contained in:
parent
46c1db1aa7
commit
d3155bc1a8
1 changed files with 2 additions and 1 deletions
|
@ -106,7 +106,8 @@ if __name__ == "__main__":
|
|||
use_gpu=False if args.smoke_test else True,
|
||||
num_hosts=1 if args.smoke_test else 2,
|
||||
num_slots=2 if args.smoke_test else 2,
|
||||
replicate_pem=False)
|
||||
replicate_pem=False,
|
||||
timeout_s=300)
|
||||
|
||||
transform_train = transforms.Compose([
|
||||
transforms.RandomCrop(32, padding=4),
|
||||
|
|
Loading…
Add table
Reference in a new issue