Skip to content

Commit

Permalink
Merge generate-data into main project (#141)
Browse files Browse the repository at this point in the history
- Adjust perf test threshold
  • Loading branch information
nikolay-borzov committed Mar 7, 2020
1 parent 2db555c commit b55141d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/performance/api.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { explore } from '../../src/api';
import { setTestFolder } from '../test-helpers';

// Set to value actual for CI (not your local environment)
const BIG_FILE_EXPLORE_WITH_HTML_MS = 6000;
const BIG_FILE_EXPLORE_WITH_HTML_MS = 7000;

describe('api', () => {
describe('explore', () => {
Expand Down

0 comments on commit b55141d

Please sign in to comment.