diff options
Diffstat (limited to 'internal/helper/proc')
| -rw-r--r-- | internal/helper/proc/files.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/helper/proc/files.go b/internal/helper/proc/files.go index 0612718e..10a3c0c4 100644 --- a/internal/helper/proc/files.go +++ b/internal/helper/proc/files.go @@ -10,7 +10,7 @@ import ( "time" ) -var FulfillmentTimeout = 2 * time.Second +var FulfillmentTimeout = 15 * time.Second func init() { if testing.Testing() { |
