Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
Adrian Cole committed Feb 27, 2023
1 parent 6953899 commit fbdfa27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbdfa27

Please sign in to comment.