Skip to content

Commit

Permalink
Attempt to reduce intermittent failures for wasm-sourcemaps test. (fi…
Browse files Browse the repository at this point in the history
  • Loading branch information
yurydelendik authored and Johnny Khalil committed Oct 13, 2017
1 parent 764ebb8 commit 6388a54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/mochitest/browser_dbg-wasm-sourcemaps.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ add_task(async function() {
await waitForPaused(dbg);
assertPausedLocation(dbg);

await waitForSource(dbg, "wasm-sourcemaps/average.c");
await addBreakpoint(dbg, "wasm-sourcemaps/average.c", 12);

clickElement(dbg, "resume");
Expand Down

0 comments on commit 6388a54

Please sign in to comment.