@trentino123
Default time-out for a Web Service Proxy object ( $wfa) is 100 sec ( 100000 ms ). You can modify it as:
# Making it 500 sec.
$wfa.Timeout = 500000
## Now call Execute workflow method
$jobid = $wfa.executeWorkflow (...)
sinhaa
If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.