Skip to content

Commit

Permalink
updated wasm distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
odino committed Jul 28, 2020
1 parent 41fe854 commit 88e2a5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified docs/abs.wasm
Binary file not shown.
4 changes: 2 additions & 2 deletions evaluator/builtin_functions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ func TestUnixMs(t *testing.T) {
// Being generous with deadlines as some of the automated
// tests run on really shitty machines and might take longer...
tests := []Tests{
{`x = unix_ms(); sleep(300); (unix_ms() - x) < 350`, true},
{`x = unix_ms(); sleep(300); (unix_ms() - x) > 250`, true},
{`x = unix_ms(); sleep(300); (unix_ms() - x) < 500`, true},
{`x = unix_ms(); sleep(300); (unix_ms() - x) > 100`, true},
}

testBuiltinFunction(tests, t)
Expand Down

0 comments on commit 88e2a5a

Please sign in to comment.