aboutsummaryrefslogtreecommitdiffstats
path: root/vm/vm_test.go
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2022-04-19 10:16:51 +0000
committerAleksandr Nogikh <wp32pw@gmail.com>2022-04-29 17:16:33 +0200
commit33d1aba90b07c4319e1617be24f6f6dfd1b71d5e (patch)
tree3c0269519b2f2dfc50476d065a43a82d0137c3f8 /vm/vm_test.go
parenta04ae3093de7eebc147770fe38a5bda96b5c0634 (diff)
vm: support variable output buffer size
Also update syz-crush to save RawOutput instead of output from the Report.
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 83c3f51eb..2bcbbc1db 100644
--- a/vm/vm_test.go
+++ b/vm/vm_test.go
@@ -69,7 +69,7 @@ func (inst *testInstance) Close() {
}
func init() {
- beforeContext = maxErrorLength + 100
+ beforeContextDefault = maxErrorLength + 100
tickerPeriod = 1 * time.Second
waitForOutputTimeout = 3 * time.Second