tinygo/tests/wasm
Ayke van Laethem 1d2c17753a tests: improve wasm tests slightly
These wasm tests weren't passing in GitHub Actions and also weren't
passing on my laptop. I'm not sure why, I think there are a few race
conditions that are going on.

This commit attempts to fix this at least to a degree:

  - The context deadline is increased from 5 seconds to 10 seconds.
  - The tests are not running in parallel anymore.
  - Some `Sleep` calls were removed, they do not appear to be necessary
    (and if they were, sleeping is the wrong solution to solve race
    conditions).

Overall the tests are taking a few seconds more, but on the other hand
they seem to be passing more reliable. At least for me, on my laptop
(and hopefully also in CI).
2021-11-21 12:17:34 +01:00
..
testdata added test for wasm log output 2020-05-27 08:43:29 +02:00
chan_test.go tests: improve wasm tests slightly 2021-11-21 12:17:34 +01:00
event_test.go tests: improve wasm tests slightly 2021-11-21 12:17:34 +01:00
fmt_test.go tests: improve wasm tests slightly 2021-11-21 12:17:34 +01:00
fmtprint_test.go tests: improve wasm tests slightly 2021-11-21 12:17:34 +01:00
log_test.go tests: improve wasm tests slightly 2021-11-21 12:17:34 +01:00
setup_test.go tests: improve wasm tests slightly 2021-11-21 12:17:34 +01:00