mirror of
https://github.com/AdguardTeam/AdGuardDNS.git
synced 2025-02-20 11:23:36 +08:00
7 lines
132 B
Go
7 lines
132 B
Go
package billstat_test
|
|
|
|
import "time"
|
|
|
|
// testTimeout is the timeout for common test operations.
|
|
const testTimeout = 1 * time.Second
|