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
|