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
|