mirror of
https://github.com/versity/versitygw.git
synced 2026-01-07 04:06:23 +00:00
Merge pull request #1198 from versity/sis/tests-context-deadline
fix: Increases the context cancelation deadline in integration tests.
This commit is contained in:
@@ -39,7 +39,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
shortTimeout = 10 * time.Second
|
||||
shortTimeout = 30 * time.Second
|
||||
longTimeout = 60 * time.Second
|
||||
iso8601Format = "20060102T150405Z"
|
||||
timefmt = "Mon, 02 Jan 2006 15:04:05 GMT"
|
||||
|
||||
Reference in New Issue
Block a user