Skip to content

Commit

Permalink
chore: Re-enable some debugger tests and increase timeout for eddsa
Browse files Browse the repository at this point in the history
  • Loading branch information
ggiraldez committed Feb 9, 2024
1 parent 4484bee commit fc4e196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions tooling/debugger/ignored-tests.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
array_sort
assign_ex
bit_shifts_comptime
bigint
brillig_cow
brillig_nested_arrays
brillig_references
brillig_to_bytes_integration
debug_logs
double_verify_proof
modulus
nested_array_dynamic
nested_array_in_slice
nested_arrays_from_brillig
references
scalar_mul
signed_comparison
simple_2d_array
to_bytes_integration
bigint
2 changes: 1 addition & 1 deletion tooling/debugger/tests/debug.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mod tests {
let nargo_bin =
cargo_bin("nargo").into_os_string().into_string().expect("Cannot parse nargo path");

let mut dbg_session = spawn_bash(Some(10000)).expect("Could not start bash session");
let mut dbg_session = spawn_bash(Some(15000)).expect("Could not start bash session");

// Set backend to `/dev/null` to force an error if nargo tries to speak to a backend.
dbg_session
Expand Down

0 comments on commit fc4e196

Please sign in to comment.