fix: Increases the context cancelation deadline in integration tests.

Increases the context cancelation deadline to `30` seconds to avoid timeouts in relatively large tests.
This commit is contained in:
niksis02
2025-04-08 18:12:36 +04:00
parent 7a3de637e4
commit fca1cf9fd6

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"