mirror of
https://git.vectorsigma.ru/public/AdGuardHome.git
synced 2026-07-29 00:59:03 +00:00
7 lines
121 B
Go
7 lines
121 B
Go
package aghuser_test
|
|
|
|
import "time"
|
|
|
|
// testTimeout is the common timeout for tests.
|
|
const testTimeout = 1 * time.Second
|