diff --git a/tests/coersing/index.html b/tests/coersing/index.html index 0f132ac..9e9559f 100644 --- a/tests/coersing/index.html +++ b/tests/coersing/index.html @@ -19,7 +19,7 @@ plt.runtime.ready(function() { function(err) { $('#answer').text(err.message).css("color", "red"); }, - 11 + 10000 // "one-billion-dollars" ); });