mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-22 13:05:36 +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
|