mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-04-08 10:23:35 +03:00
6 lines
115 B
Go
6 lines
115 B
Go
package websvc
|
|
|
|
import "time"
|
|
|
|
// testTimeout is the common timeout for tests.
|
|
const testTimeout = 1 * time.Second
|