Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
philippfromme committed Jan 18, 2024
1 parent 810f1bf commit 5c88612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/features/popup-menu/PopupMenuSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2218,7 +2218,7 @@ function getGroup(groupName) {
}

function whenStable() {
return new Promise(resolve => setTimeout(resolve, 300));
return new Promise(resolve => setTimeout(resolve, 500));
}

/**
Expand Down

0 comments on commit 5c88612

Please sign in to comment.