From fbdfa271587c263cb6892b67feae5864198d381a Mon Sep 17 00:00:00 2001 From: Adrian Cole Date: Mon, 27 Feb 2023 06:58:46 +0800 Subject: [PATCH] revert Signed-off-by: Adrian Cole --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ae114a5f116..d3af363022e 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ main_sources := $(wildcard $(filter-out %_test.go $(all_testdata) $(all_testing main_packages := $(sort $(foreach f,$(dir $(main_sources)),$(if $(findstring ./,$(f)),./,./$(f)))) # By default, we don't run with -race as it's costly to run on every PR. -go_test_options ?= -timeout 1200s +go_test_options ?= -timeout 120s ensureCompilerFastest := -ldflags '-X github.com/tetratelabs/wazero/internal/integration_test/vs.ensureCompilerFastest=true' .PHONY: bench