Skip to content

Commit 796d470

Browse files
authored
Merge pull request #68 from viperproject/improve-test-reliability-on-macos
Make Unit Tests more Reliable
2 parents e04b4b3 + 24799ea commit 796d470

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

client/src/test/extension.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import * as assert from 'assert';
88
import * as vscode from 'vscode';
99
import * as path from 'path';
1010
import { State } from '../ExtensionState';
11-
import { Verifier } from '../VerificationService';
1211
import { Commands, Helper } from '../Helper';
1312
import { TestHelper } from './TestHelper';
1413

@@ -19,7 +18,7 @@ const ASSERT_FALSE = "assert_false.gobra";
1918
const FAILING_POST_GOBRA = "failing_post.gobra";
2019
const FAILING_POST_GO = "failing_post.go";
2120

22-
const URL_CONVERSION_TIMEOUT_MS = 1000; // 1s
21+
const URL_CONVERSION_TIMEOUT_MS = 5000; // 5s
2322
const GOBRA_TOOL_UPDATE_TIMEOUT_MS = 4 * 60 * 1000; // 4min
2423
const GOBRA_VERIFICATION_TIMEOUT_MS = 1 * 60 * 1000; // 1min
2524

0 commit comments

Comments
 (0)