We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e04b4b3 + 24799ea commit 796d470Copy full SHA for 796d470
client/src/test/extension.test.ts
@@ -8,7 +8,6 @@ import * as assert from 'assert';
8
import * as vscode from 'vscode';
9
import * as path from 'path';
10
import { State } from '../ExtensionState';
11
-import { Verifier } from '../VerificationService';
12
import { Commands, Helper } from '../Helper';
13
import { TestHelper } from './TestHelper';
14
@@ -19,7 +18,7 @@ const ASSERT_FALSE = "assert_false.gobra";
19
18
const FAILING_POST_GOBRA = "failing_post.gobra";
20
const FAILING_POST_GO = "failing_post.go";
21
22
-const URL_CONVERSION_TIMEOUT_MS = 1000; // 1s
+const URL_CONVERSION_TIMEOUT_MS = 5000; // 5s
23
const GOBRA_TOOL_UPDATE_TIMEOUT_MS = 4 * 60 * 1000; // 4min
24
const GOBRA_VERIFICATION_TIMEOUT_MS = 1 * 60 * 1000; // 1min
25
0 commit comments