Skip to content

Commit

Permalink
increment file wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonSharratt committed Feb 5, 2020
1 parent 9a72997 commit 6d2a661
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class Constant {
}

static final def DEFAULT_TIMEOUT = 10
static final def FILE_UPLOAD_TIMEOUT = 5
static final def FILE_UPLOAD_TIMEOUT = 10
static final def DOWNLOAD_INTERFACE_TIMEOUT = 2
static final def ASSIGN_TO_ME_TIMEOUT = 2
static final def STATUS_CHECK_WAIT = 2
Expand Down

0 comments on commit 6d2a661

Please sign in to comment.