We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fcca72 commit 78c782bCopy full SHA for 78c782b
1 file changed
test/specs-test.js
@@ -32,7 +32,7 @@ describe('Example WebPageTest for Specs', function() {
32
runs: 3,
33
waitResults: '127.0.0.1:8000',
34
medianMetric: 'TTFB',
35
- specs: '{"defaults":{"suiteName":"WPT test of test (not really an error)"},"median":{"firstView":{"render":300,"TTFB":100,"loadTime":4000}}}',
+ specs: '{"defaults":{"suiteName":"WPT test of test (not really an error)"},"median":{"firstView":{"render":800,"TTFB":600,"loadTime":4000}}}',
36
reporter: 'min'
37
}, function(err) {
38
assert.equal(err, 2);
0 commit comments