Skip to content

Commit

Permalink
fix test failures
Browse files Browse the repository at this point in the history
fix test failures
  • Loading branch information
ashitsalesforce committed Feb 6, 2024
1 parent a7e1ea9 commit cd06955
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public void testPolymorphicRelationshipInAttachment() throws ProcessInitializati
parentContacts[0].addField("id", results[0]);

configMap.put(Config.ENTITY, "Attachment");
runProcess(configMap, 1);
runProcess(configMap, 2);
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
public abstract class ProcessTestBase extends ConfigTestBase {

private static Logger logger = LogManager.getLogger(ProcessTestBase.class);
private int serverApiInvocationThreshold = 50;
private int serverApiInvocationThreshold = 100;

protected ProcessTestBase() {
super(Collections.<String, String>emptyMap());
Expand Down

0 comments on commit cd06955

Please sign in to comment.