Is there any possibility to increase NFCTagReaderSession timeout?

In my app I'm using NFCTagReaderSession. Everything works fine except when a time consuming operation (like key pair generation) is being performed the session gets invalidated in 25-30 seconds with the following error:

Error Domain=NFCError Code=201 "Session timeout" UserInfo={NSLocalizedDescription=Session timeout}

Is there anything that can be done about that?

Is there any possibility to increase NFCTagReaderSession timeout?
 
 
Q