Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
just-mitch committed Nov 15, 2024
1 parent c7b693b commit c5152e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/end-to-end/src/spartan/proving.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { createDebugLogger } from '@aztec/foundation/log';
import { jest } from '@jest/globals';
import { type ChildProcess } from 'child_process';

import { getConfig, isK8sConfig, startPortForward } from './k8_utils.js';
import { getConfig, isK8sConfig, startPortForward } from './utils.js';

jest.setTimeout(2_400_000); // 40 minutes

Expand Down

0 comments on commit c5152e9

Please sign in to comment.