From 326a3c5932c2fac3c9e217be03ea7a9482257f43 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 3 Dec 2013 19:26:11 -0800 Subject: [PATCH] Fix typo in test description and reduce sauce test timeouts. --- test/saucelabs.js | 2 +- test/test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/saucelabs.js b/test/saucelabs.js index ea8042283..4b91026e7 100644 --- a/test/saucelabs.js +++ b/test/saucelabs.js @@ -248,7 +248,7 @@ 'build': build, 'framework': 'qunit', 'idle-timeout': 300, - 'max-duration': 600, + 'max-duration': 480, 'name': sessionName, 'public': 'public', 'platforms': platforms, diff --git a/test/test.js b/test/test.js index f7d722665..70ca1c41d 100644 --- a/test/test.js +++ b/test/test.js @@ -8143,7 +8143,7 @@ deepEqual(actual, [['barney', 36, undefined], ['fred', 40, false]]); }); - test('should support consuming it\'s return value', 1, function() { + test('should support consuming its return value', 1, function() { var expected = [['barney', 'fred'], [36, 40]]; deepEqual(_.zip(_.zip(_.zip(_.zip(expected)))), expected); });