Skip to content

Commit

Permalink
fix time out test.
Browse files Browse the repository at this point in the history
  • Loading branch information
apotonick committed Mar 5, 2024
1 parent 3620d2f commit c112cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/wtf_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def model(ctx, **)

#@ simulate time out, new token required.
signal, (ctx, _), _, output, (session_3, trace_id_3, debugger_url_3, _trace_envelope) =
Trailblazer::Pro::Trace::Wtf.call(Create, [ctx, {}], present_options: {now: DateTime.now + (60 * 100)})
Trailblazer::Pro::Trace::Wtf.call(Create, [ctx, {}], present_options: {now: DateTime.now + (60 * 1000)})

assert_equal trace_id_3.size, 20
assert_equal debugger_url_3, "https://ide.trailblazer.to/#{trace_id_3}"
Expand Down

0 comments on commit c112cb1

Please sign in to comment.