aboutsummaryrefslogtreecommitdiffstats
path: root/vm/vm_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'vm/vm_test.go')
-rw-r--r--vm/vm_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vm_test.go b/vm/vm_test.go
index 702e2626e..e55cf2184 100644
--- a/vm/vm_test.go
+++ b/vm/vm_test.go
@@ -72,7 +72,7 @@ func (inst *testInstance) Close() {
func init() {
beforeContext = 200
tickerPeriod = 1 * time.Second
- noOutputTimeout = 5 * time.Second
+ NoOutputTimeout = 5 * time.Second
waitForOutputTimeout = 3 * time.Second
ctor := func(env *vmimpl.Env) (vmimpl.Pool, error) {