Merge pull request #1198 from versity/sis/tests-context-deadline

fix: Increases the context cancelation deadline in integration tests.
This commit is contained in:
Ben McClelland
2025-04-08 10:19:53 -07:00
committed by GitHub

View File

@@ -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"