mirror of
https://github.com/transmission/transmission
synced 2025-02-22 14:10:34 +00:00
Increase move test timeouts from 5 sec to 5 min
This commit is contained in:
parent
5a05ceee5e
commit
b9d844b166
1 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ test_incomplete_dir_impl (const char * incomplete_dir, const char * download_dir
|
|||
tr_torrent * tor;
|
||||
tr_completeness completeness;
|
||||
const tr_completeness completeness_unset = -1;
|
||||
const time_t deadline = time(NULL) + 5;
|
||||
const time_t deadline = time(NULL) + 300;
|
||||
tr_variant settings;
|
||||
|
||||
/* init the session */
|
||||
|
@ -175,7 +175,7 @@ test_set_location (void)
|
|||
char * target_dir;
|
||||
tr_torrent * tor;
|
||||
tr_session * session;
|
||||
const time_t deadline = time(NULL) + 5;
|
||||
const time_t deadline = time(NULL) + 300;
|
||||
|
||||
/* init the session */
|
||||
session = libttest_session_init (NULL);
|
||||
|
|
Loading…
Reference in a new issue