Skip to content

Commit

Permalink
test: increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
philippfromme committed Jan 19, 2024
1 parent c99fb0e commit bf46128
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 @@ -2353,7 +2353,7 @@ function getGroup(groupName) {
}

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

/**
Expand Down

0 comments on commit bf46128

Please sign in to comment.