Skip to content

Commit

Permalink
Try a 1 second delay to see if that solves the error.
Browse files Browse the repository at this point in the history
This isn't a suitable thing to merge, but I simply don't understand
why this is failing on GH.
  • Loading branch information
jonahgraham committed Oct 26, 2022
1 parent 9dc67ad commit 0974263
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ public boolean providesFor(ICProject project) throws CoreException {
IBinding[] bindings = index.findBindings("A".toCharArray(), IndexFilter.ALL, npm());
assertEquals(1, bindings.length);
assertEquals(1, index.findDefinitions(bindings[0]).length);
Thread.sleep(1000);
bindings = index.findBindingsForPrefix("A".toCharArray(), false, new IndexFilter() {
@Override
public boolean acceptBinding(IBinding binding) {
Expand Down

0 comments on commit 0974263

Please sign in to comment.