Skip to content

Commit

Permalink
Bump confidence interval test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
aomarks committed Sep 8, 2020
1 parent f94a38c commit 13c59f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/stats_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {summaryStats, computeDifference, intervalContains} from '../stats';

suite('statistics', function() {
test('confidence intervals', function() {
this.timeout(3 * 60_000); // Lots of arithmetic.
this.timeout(4 * 60_000); // Lots of arithmetic.

// Increasing the number of trials increases the precision of our long-term
// estimate of the proportion of correct confidence intervals (see below).
Expand Down

0 comments on commit 13c59f6

Please sign in to comment.