Skip to content

Commit

Permalink
Increase timeout (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc authored Jan 2, 2024
1 parent 3da7337 commit ad28af9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions libspu/mpc/cheetah/ot/emp/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ spu_cc_test(
":ferret",
"//libspu/mpc/utils:simulate",
],
timeout = "eternal",
)
1 change: 1 addition & 0 deletions libspu/mpc/spdz2k/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ spu_cc_test(
":protocol",
"//libspu/mpc:ab_api_test",
],
timeout = "eternal",
)

spu_cc_library(
Expand Down
1 change: 1 addition & 0 deletions libspu/mpc/spdz2k/beaver/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ spu_cc_test(
"//libspu/mpc/utils:simulate",
"@com_google_googletest//:gtest",
],
timeout = "eternal",
)

spu_cc_library(
Expand Down

0 comments on commit ad28af9

Please sign in to comment.