AttachDatasourceUsingJwt calls UpdateKernelSession which then calls the session scheduler. The method on the scheduler may take up to 20s (after 20s, the work continues in the background). See b/312965617.
Setting the timeout for AttachDatasourceUsingJwt to 30s to leave a bit of buffer for the other logic around.
AttachDatasourceUsingJwt calls UpdateKernelSession which then calls the session scheduler. The method on the scheduler may take up to 20s (after 20s, the work continues in the background). See b/312965617.
Setting the timeout for AttachDatasourceUsingJwt to 30s to leave a bit of buffer for the other logic around.
http://b/305947763