object.WaitProperty (PropertyName, PropertyValue, [TimeOut])
PropertyName Required. A String value.
The name of the property whose value is checked.
PropertyValue Required. A Variant.
The value to be achieved before continuing to the next step.
TimeOut Optional. A long integer value.
The time, in milliseconds, after which UFT continues to the next step if the specified value is not achieved. If no value is specified, UFT uses the time set in the Object Synchronization Timeout option in the Run pane of the Test Settings dialog box.
Default value = -1
所以: .WaitProperty "text", "Insert Done...", 10000