Skip to content

Commit bfb5f2a

Browse files
committed
Add kernels push --timeout
1 parent 553d88f commit bfb5f2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,8 @@ usage: kaggle kernels push [-h] -p FOLDER
508508
509509
optional arguments:
510510
-h, --help show this help message and exit
511+
-t N, --timeout N Limit the run time of a kernel to the given number of seconds.
512+
The global maximum time will not be exceeded.
511513
-p FOLDER, --path FOLDER
512514
Folder for upload, containing data files and a special kernel-metadata.json file (https://github.com/Kaggle/kaggle-api/wiki/Kernel-Metadata). Defaults to current working directory
513515
```

0 commit comments

Comments
 (0)