diff options
author | Yang Tse <yangsita@gmail.com> | 2008-04-25 04:19:50 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-04-25 04:19:50 +0000 |
commit | 113d0937dee864e3fcb0e1ca6b96ce7aa8e28e9e (patch) | |
tree | d5fae6c3dac492091f6f7740bb08f2b25c36bc3a /tests/data/test190 | |
parent | d0a506661ff7509f00b456be6a23d8981b22bc7f (diff) |
Add 'timeout' and 'delay' attributes support for the test harness <command> subsection
Diffstat (limited to 'tests/data/test190')
-rw-r--r-- | tests/data/test190 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test190 b/tests/data/test190 index fd87b07da..4789cfa74 100644 --- a/tests/data/test190 +++ b/tests/data/test190 @@ -17,7 +17,7 @@ ftp <name> FTP download with strict timeout and slow CWD </name> - <command> + <command timeout="1"> ftp://%HOSTIP:%FTPPORT/path/to/file/190 -m %FTPTIME2 </command> </client> |