Index: test/mjsunit/d8-os.js |
diff --git a/test/mjsunit/d8-os.js b/test/mjsunit/d8-os.js |
index f6b98396e58f442812026678ac28a102592c4327..29d31032e741cc11a40179289747227b93068797 100644 |
--- a/test/mjsunit/d8-os.js |
+++ b/test/mjsunit/d8-os.js |
@@ -135,7 +135,7 @@ if (this.os && os.system) { |
assertThrows("os.system('sleep', ['2000'], -1, 20);", "sleep 2"); |
// Check that -1 means no timeout. |
- os.system('sleep', ['0.1'], -1, -1); |
+ os.system('sleep', ['1'], -1, -1); |
} |