diff --git a/vlib/vweb/vweb_app_test.v b/vlib/vweb/vweb_app_test.v index 0ebfa6ed80..492bdf41f8 100644 --- a/vlib/vweb/vweb_app_test.v +++ b/vlib/vweb/vweb_app_test.v @@ -18,7 +18,7 @@ struct Article { } fn test_a_vweb_application_compiles() { - go fn() { + go fn () { time.sleep(2 * time.second) exit(0) }()