Fix: Support `--top-timeout` in run request.

Fix issue #2449
This commit is contained in:
Kenny Lajara 2021-11-10 15:26:48 -04:00 committed by GitHub
parent a48a5a9647
commit 81eaac0322
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -986,6 +986,7 @@ RUN_CREATE_KWARGS = [
'network_disabled',
'stdin_open',
'stop_signal',
'stop_timeout',
'tty',
'use_config_proxy',
'user',