Fitnesse Timeout populate picker field

Has anyone seen this? I'm populating picker fields - successfully apparently. These timeouts don't appear to affect the script execution, but they're throwing my results off.

Not sure what might be different about these fields. Other pickers are populating without comment from the app.

Log shows:

2017-10-30 12:31:21,133 [main] ERROR com.appiancorp.ps.automatedtest.exception.ExceptionBuilder  - Populate Field - Select GSM - gsm1
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.xpath: (//*[(self::label or self::span) and starts-with(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'select gsm')]/ancestor::div[contains(@class, 'FieldLayout---field_layout')])/descendant::span[contains(@class,'PickerTokenWidget---label') and contains(translate(text(),'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'gsm1')] (tried for 10 second(s) with 500 MILLISECONDS interval)
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:80)


  Discussion posts and replies are publicly visible