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