Skip to content

Commit 84dc935

Browse files
up timeout for e2e tests
Signed-off-by: Maxwell Elliott <maxwell.elliott@gotinder.com>
1 parent fbea6c3 commit 84dc935

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "bazel-diff",
3-
version = "9.0.2",
3+
version = "9.0.3",
44
compatibility_level = 0,
55
)
66

cli/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ kt_jvm_test(
9999

100100
kt_jvm_test(
101101
name = "E2ETest",
102+
timeout = "long",
102103
data = [":workspaces"],
103104
test_class = "com.bazel_diff.e2e.E2ETest",
104105
runtime_deps = [":cli-test-lib"],

0 commit comments

Comments
 (0)