10 lines
258 B
Go
10 lines
258 B
Go
package runner
|
|
|
|
import "github.com/openHPI/poseidon/tests"
|
|
|
|
const (
|
|
defaultEnvironmentID = EnvironmentID(tests.DefaultEnvironmentIDAsInteger)
|
|
anotherEnvironmentID = EnvironmentID(tests.AnotherEnvironmentIDAsInteger)
|
|
defaultInactivityTimeout = 0
|
|
)
|